home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-12-11 | 529 b | 41 lines | [THED/THTH] |
- |
- | RA¬
- | Breakpoint example
- |
- | ⌐ 1986 COM~LINK & S.Koren
- |
- #M;
- "Program to generate Fibannocci numbers.!"
- "Enter max number: " ? A: A. ! "!"
- 1 B: 1 C: B .! " "
- ( C. ! " "
- B. C. + C. B:
- ░ | breakpoint here
- C: C. A. < ~)
- $
- &A
- "Hit any key: " ?ñ ╡ @`
- |
- | RA title routine
- |
- &M
- #Q,5,5;
- #G,10,10;
- #L,225,10;
- #L,225,105;
- #L,10,105;
- #L,10,10;
- #O; #P;`
-
- &G 1% 2% Ñ0A893╝ª `
- &L 1% 2% Ñ0A891╝ª `
- &O
- 40 100 ╜
- "RA¬"
- 60 40 ╜
- "⌐ 1986/7 COM~LINK & S.Koren"
- 80 60 ╜
- "All rights reserved." `
- &Q 1% 2% Ñ0A89B╝ª `
- &P ?ñ @ ╡`
- $